home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Bus / H-L / Hypercard invoice Folder / customers / stack_-1.xml < prev   
Encoding:
Extensible Markup Language  |  1992-07-02  |  2.1 KB  |  21 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>2</cardCount>
  7.     <cardID>3021</cardID>
  8.     <listID>2179</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>on OpenStackglobal s1,s2,s3,s4,s5global q1,q2,q3,q4,q5global d1,d2,d3,d4,d5global r1,r2,r3,r4,r5global invflgglobal ipjnm,ipjnoglobal icust,idate,invglobal itl,iadd,icty,iprov,icodecreate menu "customers"put "find customer,information,main menu,new customer" into menu "customers" with ¬¨menumsg "doCust,doInfo,doMain,NewCust"if invflg ="yes" thenlock screenput icust into tempget the number of cardsput it into temp2put 1 into countrepeat while count <= temp2set cursor to busyif temp = bg field custno   thenput bg field title into itlput bg field city into ictyput bg field address into iaddput bg field province into iprovput bg field code into icodeelsego nextend ifadd 1 to countend repeatunlock screen with iris closego to stack "price_list"end ifend openStackon closeStackreset menubarend closeStackon doInfoplay "boing"lock screenshow bg field "info"unlock screen with iris openwait until the mouseClicklock screenhide bg field "info"unlock screen with iris closeend doInfoon doCustlock screenput bg field 13 into tempgo nextget the number of cardsput it into temp2put 1 into countrepeat while count < temp2set cursor to busyif temp = bg field custno   thenelsego nextend ifadd 1 to countend repeatunlock screen with iris closeend doCuston doMaingo to stack "inv_application"end doMainon NewCustdoMenu "New Card"end NewCuston CloseStackreset menubarend CloseStack</script>
  17.     <background id="2654" file="background_2654.xml" name="" />
  18.     <card id="3021" file="card_3021.xml" marked="false" name="" owner="2654" />
  19.     <card id="3593" file="card_3593.xml" marked="false" name="" owner="2654" />
  20. </stack>
  21.